-
Re: Are OTF fonts from Glyphs broken on Windows?
I had a similar fallback issue with Windows once where certain letter combinations would cause the whole text to use fallback font. After lots of debugging turned out that combination triggers a spec…1 -
Re: Are OTF fonts from Glyphs broken on Windows?
What happens if you dump the font with ttx and compile it back? Sometimes this would silently fix otherwise broken fonts for me (might not be a solution, but if it works would explain why ttx dump sh…1 -
Re: Efficiency in kerning pairs
All Lucida fonts has no kerning at all, and I wouldn’t have noticed if I weren’t told about it.1 -
Re: Egyptian Hieroglyphs
That is a bug in the MySQL database, when the data goes into the database it truncates the text at the first invalid character, but its definition of invalid characters is bogus. There was already a …2 -
Re: Mapping a Unicode range to another
BTW, this kind of thing can be done with Graphite (and probably AAT) fonts since all the shaping logic is in the font and the shaping engine is not script-aware at all, but it is still not something …2